Replace stateful actions by property actions
authorMatthias Clasen <mclasen@redhat.com>
Sat, 22 Jun 2019 20:18:05 +0000 (20:18 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 22 Jun 2019 21:03:38 +0000 (17:03 -0400)
commitd1f4068b9471184bd431f04b87c3201fd721d898
tree57403bdb16bc7e19e6f6fe2371bb4c4a0f42b575
parent7e73da5f738f86dc8afe9c78b6b6c249e7e9eb26
Replace stateful actions by property actions

The only cases of stateful actions we've seen
so far have been boolean properties, and we
don't really want to add much state handling
API, so lets just go with property actions
for now.

Adapt the only user in GtkText.
docs/reference/gtk/gtk4-sections.txt
gtk/gsettings-mapping.c [new file with mode: 0644]
gtk/gsettings-mapping.h [new file with mode: 0644]
gtk/gtkactionmuxer.c
gtk/gtkactionmuxerprivate.h
gtk/gtktext.c
gtk/gtkwidget.c
gtk/gtkwidget.h
gtk/meson.build